@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



@font-face {
    font-family: 'KRASIVYI';
    src: url('../font/KRASIVYI-SCOSF.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* 导航栏 */
.h_top{width:100%; height: 42px; line-height: 42px; background: #e5e5e5}
.header_all{width:100%; height:90px; }
.h_logo{width:238px; height:auto; float: left; margin-top: 15px; }
.h_logo img{width:100%; height: auto; display: block}
.h_huanying{float: left; font-size: 14px; color: #666666}
.h_huanying span{font-size: 14px; color: #0d377b;}
.h_dianhua{float: right;  padding-left: 25px; font-size: 14px; color: #666666}
.h_dianhua span{font-size: 16px; color: #0d377b}
.header_nav{width:870px; height: 55px; margin-top: 15px; float: right}
.nav{width:100%; height:55px; margin: 0px auto; }
.nav .nLi{ float:left;  position:relative; display:inline; height:55px;  width:108px; text-align: center; line-height: 55px; }
.nav .nLi:last-child{background: none}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a p{font-size:16px; color:#333333; line-height:55px; }
.nav li.active h3 p{	background: url(../images/nav_xs.png) no-repeat center bottom; color: #0d377b}
.nav .nLi:hover h3 p{	background: url(../images/nav_xs.png) no-repeat center bottom; color: #0d377b}
.nav .sub{ display:none;left:50%; top:55px;  position:absolute;  line-height:26px; width:150px;  margin-left: -65px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0d377b}






/* 首页:banner */
.banner{ width:100%; height:750px; position: relative; overflow: hidden}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:30px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #fff; cursor:pointer; border-radius: 50%;}
.banner .slideBox .hd ul li.on{background:#0d377b}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }



/*产品展示*/
.index_product{width:100%; height:auto;  overflow: hidden; overflow: hidden; margin-bottom: 80px; margin-top: 72px;}
.index_product_bottom{width:100%; height:779px;  overflow: hidden; margin-top: 40px;}
.index_product_nav{width:auto; display: table; margin: 20px auto;}
.index_product_nav a{width:155px; height: 40px; background: #d2d2d2; color:#333333; font-size: 16px; float: left; border-radius: 25px; text-align: center; 
	line-height: 40px; margin: 0px 10px;}
.index_product_nav a:hover{background: #0d377b; color:#fff}
.Box{width:100%; height: auto; }
.Box .Box_con {position: relative; margin-top:40px;}
.Box .Box_con .conbox {position: relative;overflow: hidden; width:100%; margin: 0px auto; }
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width:287px;height:auto; margin-left:17px;overflow: hidden; background: #fff; position: relative}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.Box .Box_con .conbox ul li h3{width:100%; height: 44px; background: #0d377b; text-align: center; line-height: 44px; color: #fff; font-size: 16px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 20px;}
.Box .Box_con .btn {display: block;width:47px;height:47px;cursor: pointer;  text-align: center; position: absolute; top:50%;  margin-top: -22px;  }
.Box .Box_con .btnl {float: left; background: url(../images/pro_left.png) no-repeat; left:-70px;}
.Box .Box_con .btnr { float: right; background: url(../images/pro_right.png) no-repeat; right:-70px;}
.Box .Box_con .btnl:hover{background: url(../images/pro_hleft.png) no-repeat;}
.Box .Box_con .btnr:hover{background: url(../images/pro_hright.png) no-repeat}
.Box .Box_con .conbox ul li:hover h3{font-weight: bold;}
.Box .Box_con .conbox ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.pro_more{width:164px; height: 46px; background: #dcdcdc;  border-radius: 25px; text-align: center; line-height: 46px; margin: 50px auto 0; display: block; font-size: 16px; color: #0d377b}
.pro_more:hover{background: #0d377b; color: #fff}




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden;}
.index_about_all{width:100%; height:767px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding-top: 70px; }
.index_about_top{width:100%; height: auto;}
.about_top_left{width:552px; height: auto;}
.about_top_left h3{font-size: 24px; color:#fff}
.about_top_left hr{width:58px; height: 3px; background: #fff; display: block; margin-top:15px;}
.about_more{width:100%; height: auto; overflow: hidden; line-height: 28px; margin:40px 0}
.about_more a{font-size: 14px; color: #f3f3f3; line-height: 28px;}
.index_video{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.index_video img{width:45px; height: 45px; float: left; margin-right: 10px;}
.index_video h3{font-size: 14px; color: #fff; font-weight: bold; line-height:30px;}
.index_video p{font-size: 12px; color: #fff; font-family: "Arial"}
.about_top_left h4{width:100%; line-height: 50px; font-size: 24px; color: #fff;}
.about_top_left h4 span{font-size: 28px; color:#fff; font-weight: bold;}
.index_about_num{width:100%; height: 171px; background: #fff; padding-top:30px; margin-top: 50px;}
.index_about_num ul{width:100%; height: auto; overflow: hidden}
.index_about_num ul li{width:25%; height: auto; float: left; text-align: center}
.index_about_num ul li p{font-size: 14px; color: #999999; font-family: "Arial"; line-height: 28px}
.index_about_num ul li h3{font-size: 16px; color: #333333; font-weight: bold;}
.index_about_num ul li i{width:100%; height:50px; display: block; margin-bottom: 10px; }
.ab_1{background: url(../images/abi1.png) no-repeat center}
.ab_2{background: url(../images/abi2.png) no-repeat center}
.ab_3{background: url(../images/abi3.png) no-repeat center}
.ab_4{background: url(../images/abi4.png) no-repeat center}
.index_about_num ul li:hover .ab_1{background: url(../images/abih1.png) no-repeat center}
.index_about_num ul li:hover .ab_2{background: url(../images/abih2.png) no-repeat center}
.index_about_num ul li:hover .ab_3{background: url(../images/abih3.png) no-repeat center}
.index_about_num ul li:hover .ab_4{background: url(../images/abih4.png) no-repeat center}
.index_about_num ul li:hover p,.index_about_num ul li:hover h3{color:#0d377b}
.index_about_num ul li:hover p{opacity: 0.54}







/*案例*/
.index_case{width:100%; height:792px; overflow: hidden; background: url(../images/case_bjs.jpg) no-repeat center; padding-top: 90px; position: relative}
.index_case .container{position: relative}
.index_case_left{width:394px; height: auto; position: absolute; top:0; left:0}
.index_case_left h4{font-size:72px; color: #e9e8e8;  font-family: "Impact"}
.index_case_left h3{font-size:36px; color: #0d377b; font-weight: bold; margin-top: -50px;}
.index_case_left p{font-size:14px; color: #666666;  margin-top: 20px; line-height: 30px;}
.in_case_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #333333; line-height: 28px; margin: 50px 0; display: block}
.in_case_more{width:137px; height: 41px; border: 1px solid #0d377b; font-size: 14px; color: #0d377b; border-radius: 25px; text-align: center; line-height: 41px; display: block}
.in_case_more:hover{background: #0d377b; color:#fff}
.index_case_right{width:770px; height: auto;  float: right; position: relative}
.index_case_right .swiper-container{width: 770px; }
.index_case_right .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.index_case_right .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.case_right_hover{width:340px; height: 274px; background: rgba(13,55,123,0.67); position: absolute; top:50%; left:50%; margin-left: -170px; margin-top: -137px; padding-top: 25%; opacity: 0 }
.case_right_hover i{width:29px; height: 29px; display: block; background: url(../images/links.png) no-repeat center; margin: 8px auto;}
.case_right_hover h3{font-size: 16px; color: #fff; height: 40px; line-height: 40px; background: url(../images/t_bjs.png) no-repeat center; text-align: center}
.swiper-button-next, .swiper-button-prev{width:53px; height: 53px; display: block; left:0; bottom:70px; top:auto; margin-top: 0; position: absolute}
.swiper-button-next{background: url(../images/case_right.png) no-repeat center; left:-340px}
.swiper-button-prev{background: url(../images/case_left.png) no-repeat center; left:-420px}
.index_case_right .swiper-slide a:hover .case_right_hover{opacity: 1}
.index_case_right .swiper-slide a:hover img{ transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}






/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; margin-top: 50px; }
.index_youshi_all{width:100%; height: 659px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; margin-top: 46px; padding-top: 80px;}
.index_youshi_all .container{position: relative}
.youshi_all_title{width:380px; height: 168px; position: absolute; padding-top: 34px; top:0; left:0}
.youshi_all_title:after{content: ""; width: 300px; height: 166px; border: 10px solid rgba(255,255,255,0.18); position: absolute; right:0; top:0}
.youshi_all_title h4{font-size: 27px; color: #0d377b; font-weight: bold; font-family: "Arial"; position: relative; z-index: 9; }
.youshi_all_title h3{font-size: 40px; color: #fff; font-weight: bold; line-height: 40px; position: relative; z-index: 9; margin-top: 10px;}
.slideTxtBox{ width:100%;  text-align:left; overflow: hidden; position: relative}
.slideTxtBox .hd{width:620px; float: right; margin-top: 50px; margin-bottom: 30px; }
.slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.slideTxtBox .hd ul li{float: left; text-align: center; width: 50%; margin-bottom: 20px;}
.youshi_icon{width:106px; height: 106px; border:1px solid #0d377b; border-radius: 50%; text-align: center; margin: 10px auto;}
.slideTxtBox .hd ul li h3{font-size: 16px; color: #0d377b; font-weight: bold; line-height: 30px;}
.slideTxtBox .hd ul li p{font-size: 14px; color: #0d377b;  font-family: "Arial"; opacity: 0.71}
.slideTxtBox .hd ul li.on .youshi_icon{background: url(../images/case_h.png) no-repeat center; border: 0}
.slideTxtBox .bd{width:466px; height: auto; float: left; margin-top:234px}
.slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.slideTxtBox .bd li{width:100%; height: auto; display: block; font-size: 14px; color: #fff; line-height: 28px;}
.youshi_icon i{width:100%; height: 100%; display: block}
.yi1{background: url(../images/ys1.png) no-repeat center}
.yi2{background: url(../images/ys2.png) no-repeat center}
.yi3{background: url(../images/ys3.png) no-repeat center}
.yi4{background: url(../images/ys4.png) no-repeat center}
.slideTxtBox .hd ul li.on .yi1{background: url(../images/ys1_h.png) no-repeat center}
.slideTxtBox .hd ul li.on .yi2{background: url(../images/ys2_h.png) no-repeat center}
.slideTxtBox .hd ul li.on .yi3{background: url(../images/ys3_h.png) no-repeat center}
.slideTxtBox .hd ul li.on .yi4{background: url(../images/ys4_h.png) no-repeat center}
.slideTxtBox .arrow{  position:absolute; left:10px; bottom:0; border: 1px solid #fff; height: 49px;}
.slideTxtBox .arrow a{ display:block;  width:49px; height:49px; float:left;  overflow:hidden; cursor:pointer; }
.slideTxtBox .arrow .next{background: url(../images/ys_right.png) no-repeat center}
.slideTxtBox .arrow .prev{background: url(../images/ys_left.png) no-repeat center}
.slideTxtBox .arrow .next:hover{background:#fff url(../images/ys_hright.png) no-repeat center }
.slideTxtBox .arrow .prev:hover{background:#fff url(../images/ys_hleft.png) no-repeat center}







/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:54px; margin-bottom: 50px;}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom: 40px; text-align: center}
.index_news_title h4{font-size:72px; color: #e9e8e8;  font-family: "Impact"}
.index_news_title h3{font-size:36px; color: #0d377b; font-weight: bold; margin-top: -50px;}
.index_news_title p{font-size:14px; color: #666666;  margin-top: 20px; line-height: 30px;}
.index_news_nav{width:100%; height: 56px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;  text-align: center; align-items: center}
.index_news_nav a{font-size: 18px; color: #333333; text-align: center; line-height: 56px; height: 56px; padding: 0px 10px 12px; margin: 0px 10px; }
.index_news_nav a:hover{border-bottom: 3px solid #0d377b; color: #0d377b}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.in_news_tleft{width:660px; height: auto; float: left}
.in_news_tleft .slideBox{ width:100%; height:auto; position: relative}
.in_news_tleft .slideBox .hd{ height:2px; overflow:hidden; position:absolute; left:250px; bottom:15px; z-index:1; }
.in_news_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.in_news_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:2px; text-align:center; background:#000; cursor:pointer; }
.in_news_tleft .slideBox .hd ul li.on{background: #0d377b}
.in_news_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.in_news_tleft .slideBox .bd li{widthg:100%; height: auto; overflow: hidden}
.in_news_pic{width:337px; height: auto; float: left}
.in_news_pic img{width:100%; height: auto; display: block}
.in_news_info{width:298px; height: auto; float: right; padding-top:20px;}
.in_news_info span{font-size: 18px; color: #666666; display: block; line-height: 30px; margin-bottom: 8px;}
.in_news_info h3{font-size: 18px; color: #333333; display: block; font-weight: bold;}
.in_news_info p{width:100%; height: 90px; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin: 20px 0 30px}
.in_news_info i{width:100px; height:30px; border: 1px solid #0d377b; color:#0d377b; display: block; font-size: 14px; font-style: normal; text-align: center; line-height:28px}
.in_news_tright{width:515px; height:auto; float: right}
.in_news_tright li{width:100%; height:159px; padding:12px 20px; margin-bottom: 8px;}
.in_news_tright li h3{width:100%; height: 30px; line-height:30px; font-size: 18px; color: #333333; font-weight: bold;}
.in_news_tright li span{width:100%; height:20px; line-height:20px; font-size: 16px; color: #666666; display: block; margin: 8px 0}
.in_news_tright li p{width:100%; height:60px; line-height:30px; font-size: 14px; color: #666666; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.in_news_tright li:hover{background: url(../images/h_news.jpg) no-repeat center}
.in_news_tright li:hover h3,.in_news_tright li:hover span,.in_news_tright li:hover p{color:#fff}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.index_news_bottom li{width:588px; height: 60px; float: left; line-height: 60px; background: url(../images/yuan.png) no-repeat left center; padding-left: 20px; border-bottom: 1px solid #e5e5e5}
.index_news_bottom li h3{width:450px; height: auto;  float: left; font-size: 18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom li span{width:450px; height: auto;  float: right; font-size: 14px; color: #666666}
.index_news_bottom li:nth-child(2n){float: right}
.index_news_bottom li:hover h3,.index_news_bottom li:hover p{color:#0d377b}


/*特点*/
.footer_tedian{width:100%; height:167px; background: url(../images/tedian_bjs.jpg) no-repeat center; padding-top:56px;}
.tedian_left{float: left;}
.tedian_left h3{font-size: 26px; color: #ffffff}
.tedian_left p{font-size: 16px; color: #ffffff; margin-top: 10px;}
.tedian_right{width:840px; height: auto; float: right}
.tedian_right li{width:25%; height: auto; float: left; text-align: center; transition: all 0.4s ease-in-out;}
.tedian_right li p{font-size: 20px; color: #fff; margin-top: 10px;}
.tedian_right li:hover{margin-top: -20px; transition: all 0.4s ease-in-out;}




/*底部*/
.footer{width:100%; height: auto; overflow: hidden; background:#1b1b1b; padding-top: 48px; }
.footer_info{width:100%; height:113px;  text-align: center; margin-bottom:26px;}
.footer_left{width:336px; height: auto; float: left}
.footer_left h3,.footer_text h3,.footer_ma h3{font-size: 18px; color: #ffffff; font-weight: bold; margin-bottom: 20px;}
.footer_left p{font-size: 14px; color: #fff; line-height: 28px; margin-bottom: 10px;}
.footer_text{width:542px; height: auto; float: left; margin-left:30px}
.text_top{width:100%; height: 38px; margin-bottom: 10px;}
.text_top p{width:264px; height: 38px; border: 1px solid #fff; float: left;}
.text_top p input[type="text"]{width:100%; height: 100%; border: 0; background:none; padding: 0px 10px; font-size: 14px; color: #fff}
.text_top p:last-child{float: right!important}
textarea{width:100%; height: 38px; border: 1px solid #fff; background:none; padding:10px; resize: none; margin-bottom: 10px; color:#fff}
.text_tijiao{width:110px; height: 38px; border: 1px solid #fff; background:none; font-size: 14px; color: #fff}
.text_tijiao:hover{background: #0d377b; color: #fff; cursor: pointer}
.footer_ma{width:250px; height: auto; float: right}
.footer_ma dl{width:100px; height: auto; float: left;margin-right:134px}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center}
.footer_ma dl:nth-child(2){float: right}
.copy{clear:both;height:50px;  font-size:12px;line-height:50px;  margin-top: 30px; border-top:1px solid rgba(255,255,255,0.2)}
.copy_l{float:left; font-size:14px; color:#fff}
.copy_l a{color:#fff; margin-left: 20px}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:48px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:50px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:12px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff; margin-left: 10px;}
.footer_zhichi i{ float: left;}


.text_top input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.text_top input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.text_top input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.text_top input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}







/*友情链接*/
.footer_link{width:100%; height:auto; overflow: hidden; }
.footer_link p{font-size: 14px; color: #333333; float: left;line-height:50px; margin-right: 20px;}
.footer_a a{font-size: 14px; color: #333333; float: left; margin-right: 15px; }
.footer_a{width:1063px; height: auto; float: left; overflow: hidden; line-height:30px; margin-top:10px;}
.footer_a a:hover{color:#0d377b}









/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0d377b;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left; 
}


























/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}

.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/service_ban.jpg) no-repeat center}



.ny_baninfo{width:1200px; height:225px; position: absolute; top:130px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #0d377b; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#0d377b}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #0d377b)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	position:absolute;
	left:0;
	top:0%; 
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*内部二级导航*/
.ny_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#0d377b; border-radius:38px;}
.ny_nav ul li{width:120px; height:67px; line-height:67px; float:left; text-align:center;position:relative; }
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left;  padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#0d377b}


.ny_pro_bt ul li.active a{color:#0d377b}

/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; color:#666; line-height:30px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}


/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #eee}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:285px; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:20px; margin-bottom:20px; }
.ny_solution_img{width:100%; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(4n){margin-right:0}
.ny_product_all ul li:hover h5{color:#0d377b}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}




/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height:auto; float: left; overflow:hidden}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#0d377b; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height:auto; line-height: 50px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:81px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:20px;}
.ny_pro_dh i{ color: #333; font-size: 38px; float: left; line-height: 70px; margin-right:10px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #0d377b; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #0d377b;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #0d377b; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#0d377b; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#0d377b;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden;  font-size:18px;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:40px; background: #0d377b; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#0d377b}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
#btnok{width:50px; height:35px; background:#0d377b; color:#fff; font-size:14px; border:0px; float:right; border-radius:5px; cursor:pointer}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:18%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0d377b}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover .news_pic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}






/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}






/*图文列表样式*/
.n-list{ padding:15px 0px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
	
	.inside_banner_about{margin-top:50px;}
.search-tit h3{width:100%; text-align:center; font-size:20px; }
.location,.search-tit{width:100%; height:auto; text-align:center}





@media screen and (max-width:1450px){
	.header_all .container{width:1300px;}
	.header_nav{width:780px; margin-left: 0;}
	.nav .nLi{width:97px;}
	.index_youshi_right{width:740px;}
}
	